From: Timm Bäder Date: Sun, 25 Aug 2019 05:52:42 +0000 (+0200) Subject: widget: Add some missing annotations to gtk_widget_class_query_action X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~321^2^2~941 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=80a58672d186a9f8d9d4bbcf3020658f4decb446;p=gtk4.git widget: Add some missing annotations to gtk_widget_class_query_action --- diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index c6f0811996..edc13d764d 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -13632,10 +13632,10 @@ gtk_widget_action_set_enabled (GtkWidget *widget, * gtk_widget_class_query_action: * @widget_class: a #GtkWidgetClass * @index_: position of the action to query - * @owner: the type where the action was defined - * @action_name: return location for the action name - * @parameter_type: return location for the parameter type - * @property_name: return location for the property name + * @owner: (out): return location for the type where the action was defined + * @action_name: (out): return location for the action name + * @parameter_type: (out): return location for the parameter type + * @property_name: (out): return location for the property name * * Queries the actions that have been installed for * a widget class using gtk_widget_class_install_action()